PlatformCamera Class
Description:
A class that defines how to create instances of PlatformCamera.
__call
Type: Metamethod.
Description:
Creates a new instance of PlatformCamera.
Signature:
metamethod __call: function(
self: PlatformCameraClass,
name?: string --[[""]]
): PlatformCamera
Parameters:
Parameter | Type | Description |
---|---|---|
name | string | [optional] The name of the new instance, default is empty string. |
Returns:
Return Type | Description |
---|---|
PlatformCamera | The new PlatformCamera instance. |